*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a:-webkit-any-link {
    color: black;
    cursor: pointer;
    text-decoration: none;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

#pages{
	padding:15px 0;
	text-align: center;
	margin:0 auto;
}
#pages a{
	padding:5px;
	background-color: #03579f;
	color:white;
}
#pages span{
	padding:5px;
	background-color: #03579f;
	color:white;
}


/* 导航 */
.inav{
    width: 100%;
    height: 130px;
    /* background-color: white; */
    border-bottom: 1px solid #666;
    background: url(img/nav.png) bottom;
}
.inav .inav-con{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inav .inav-con li{
    display: flex;
    align-items: center;
}
.inav .inav-con li img{
    width: auto;
    height: 80px;
}
.inav .inav-con li:nth-child(1) p{
	font-weight: bold;
	color: #03579f;
	font-size: 24px;
	padding: 0 20px;
}
.inav .inav-con li:nth-child(2){
	display:flex;
	flex-direction: column;
	align-items:flex-end;
}
.inav .inav-con li:nth-child(2) p{
	padding:5px 0;
}

/* 导航栏目 */
.iheader{
    width: 100%;
    background-color: #03579f;
}
.iheader .ilm{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.iheader .ilm p{
    padding: 10px 20px;
}
.iheader .ilm p a{
    color: white;
}
.iheader .ilm p:nth-child(1){
    background-color: white;
}
.iheader .ilm p:nth-child(1) a{
    color: #03579f;
}
#dateDisplay{
	width:200px;
	text-align: center;
	padding:10px 20px;
	background-color: #03579f;
	color:white;
}


/* 第一部分 */
.part-one{
    width: 70%;
	min-width:350px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


/* 公司证件 */
.part-one .igszj{
    width: 40%;
    height: 300px;
}
.h2{
    width: 100px;
    font-size: 20px;
    padding: 10px 50px;
    background-color: #03579f;
    color: white;
    font-weight: bold;
}
.part-one .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

.part-one .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: calc((100% - 30px) / 2) !important; */
    /* height: auto !important; */
    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part-one .swiper-slide img{
    width: 70%;
}
.part-one .swiper-slide p{
    font-size: 14px;
    padding: 10px 0;
    color: #666;
}
/* 公司公告 */
.part-one .igsgg{
    width: 55%;
    height: 300px;
}
.part-one .igsgg h2{
    text-align: center;
    font-size: 20px;
    padding: 10px 50px;
    background-color: #03579f;
    color: white;
    font-weight: bold;
    /* border-top: 1px solid #03579f;
    border-bottom: 1px solid #03579f; */
}
.part-one .igsgg .gsgg-cont{
    width: 100%;
    height: 254px;
	/* overflow: hidden; */
}
.part-one .igsgg .gsgg-cont p{
    width: 100%;
    /* height: 20% !important; */
    line-height: 51px;
    overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align:left;
}
.part-one .igsgg .gsgg-cont p a{
	width:70%;
    color: #666;
	font-size:14px;
	overflow: hidden;
}
.part-one .igsgg .gsgg-cont p span{
	width:25%;
	color: #666;
	font-size:14px;
	text-align:right;
	padding-right:5%;
}
.part-one .igsgg .gsgg-cont p a:hover{
    color: #03579f;
}


/* 第二部分 */
.part-two{
    width: 70%;
	min-width:350px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
}
        .bigBox ul {
            /* position: absolute; */
            /* bottom: 0; */
            height: 50px;
            display: flex;
            /* justify-content: space-evenly; */
            margin-block-start: 0em;
            padding-left: 0;
        }
        
        .bigBox ul li {
            width: 100px;
            background: rgb(144, 144, 144);
            display: flex;
            color: white;
            align-items: center;
            transition:all .7s ease 0s;


    font-size: 20px;
    padding: 10px 50px;
    font-weight: bold;
	    border: 1px solid white;
        }

        .bigBox ul li:hover{
    background-color: #03579f;cursor: pointer
        }
		        .active {
            background: #03579f !important;
        }
/* 现货报价 */
.part-two .ixhbj{
    width: 60%;
    height: 420px;
}
.two-top{
    display: flex;
    height: 50px;
    line-height: 50px;
}
.two-top p{
    width: 20%;
    padding: 0 10px;
	box-sizing: border-box;
}
.two-top form{
	width: 20%;
	padding: 0 10px;
	box-sizing: border-box;
}
.part-two .ixhbj .swiper {
    width: 100%;
    height:320px;
}
.part-two .ixhbj .swiper-slide {
    /* text-align: center; */
    /* height: 50px; */
    font-size: 14px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    box-sizing: border-box;
    color: #03579f;
    /* margin-bottom:0 !important; */
}
.part-two .ixhbj .swiper-slide  p{
    width: 20%;
    padding: 0 10px;
	box-sizing: border-box;
}
.part-two .ixhbj .swiper-slide h5{
    width: 20%;
    padding: 0 10px;
	font-size: 14px;
	font-weight:normal;
	box-sizing: border-box;
}
  .hidden {  
    display: none !important;    
  }  
/* 现货交收 */
.part-two .ixhjs{
    width: 37%;
}
.part-two .ixhjs .xhjs-cont{
    width: 100%;
	margin-top:50px;
}
.part-two .ixhjs .xhjs-cont p a{
    line-height: 45px;
    color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part-two .ixhjs .xhjs-cont p a:hover{
    color: #03579f;
}







/* 热线 */
.irex{
    width: 100%;
}
.irex img{
    width: 100%;
    object-fit: contain;
}


/* 第三部分 */
.part-three{
    width: 70%;
	min-width:350px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
/* 采购信息 */
.part-three .icgxx{
    width: 48%;
}
.part-three .icgxx .cgxx-cont p a{
    line-height: 50px;
    color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part-three .icgxx .cgxx-cont p a:hover{
    color: #03579f;
}
/* 销售信息 */
.part-three .ixsxx{
    width: 48%;
}
.part-three .ixsxx .xsxx-cont p a{
    line-height: 50px;
    color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part-three .ixsxx .xsxx-cont p a:hover{
    color: #03579f;
}


/* 新闻中心 */
.inew{
    width: 100%;
    /* height: 700px; */
    background: url(img/news.jpg) no-repeat center;
    background-size: 100% ;
	padding-bottom:100px;
}
.inew h2{
    font-size: 48px;
    text-align: center;
    color: white;
    padding: 50px;
}
.inew ul{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.inew ul li{
    width: 30%;
    /* height: 400px; */
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
	padding:20px 0;
}
.inew ul li p:nth-child(1){
    font-size: 24px;
    /* padding: 30px 0 0px 0; */
    font-weight: bold;
    text-align: center;
    color: #03579f;
}
.inew ul li p:nth-child(2){
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.inew ul li p:nth-child(3){
    width: 80%;
    /* height: 200px; */
    margin:  0 auto;
}
.inew ul li p:nth-child(3) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inew ul li p:nth-child(4){
    width: 80%;
    margin: 0 auto;
}
.inew ul li:hover p:nth-child(4){
    color: #03579f;
}




/* footer */
.ifooter{
    width: 70%;
	min-width:350px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	flex-wrap:wrap;
}


/* 产品内页 */
.pro-cont{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.left{
    /* width: 30%; */
    width: 200px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.left li{ 
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    border-bottom:1px solid #666;
}
.left li a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    /* color: white; */
    text-align: center;
    /* background-color: #ccc; */
    border: 1px solid white;
    box-sizing: border-box;
}
.left li:nth-child(1) {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #03579f;
    color: white;
}
.f-pro{
    width:100%;
}
.title{ 
    text-align: center;
    font-size: 32px;
    padding: 30px 0;
    color: #03579f;
}
.f-pro .two-top{
    width: 100%;
    margin: 0 auto;
}
.f-pro .two-top h5{
    width: 20%;
    padding: 0 10px;
	font-size: 14px;
	font-weight:normal;
	box-sizing: border-box;
}
.f-pro .m-pro{
    width: 100%;
    margin: 0 auto;
}
.f-pro .m-pro .c-pro{
    width: 100%;
    display: flex;
    background-color: #ccc;
    color: #03579f;
    border: 1px solid white;
    box-sizing: border-box;
	align-items:center;
}
.c-pro p{
	line-height: normal;
}
.c-pro h5{
	line-height: normal;
}



/* 公司公告 */
.notice{
    width: 100%;
    padding-bottom: 50px;
}
.ntc-cont{
    width: 60%;
    margin: 0 auto;
}
.ntc-cont h3{
    position: relative;
    width: 100px;
    font-size: 24px;
    padding: 30px 0;
}
.ntc-cont h3::before{
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    left: -10px;
    background-color: #03579f;
}
.ntc-cont h3::after{
    position: absolute;
    content: 'Announcement';
    display: block;
    font-size: 18px;
    font-weight: normal;
    left: 110px;
    top: 35px;
}
.ntc-cont .ntc-text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
	align-items:flex-start;
}
.ntc-cont .ntc-text li{
    width: 100%;
    padding: 15px 0;
    /* padding-right: 5%; */
    border-bottom: 1px dashed #666;
    color: #666;
    display: flex;
    align-items: center;
}
.ntc-cont .ntc-text li a{
    padding-left: 10px;
    font-size: 12px;
    color: #666;
}
.ntc-cont .ntc-text li div{
    width: 50px;
    height: 50px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #666;
}
.ntc-cont .ntc-text li div h4{

    font-size: 18px;
    color: #666;
}

/* 公司公告内容页 */
.show-notice{
	width:60%;
	min-width:350px;
	margin:0 auto;
}






/* 移动端 */
@media screen and (max-width: 1200px){
	.pro-cont{
		flex-direction:column;
	}
	.pro-cont{
		width: 100%;
		font-size:12px;
	}
	.f-pro .two-top h5{
		font-size:12px;
	}
}
@media screen and (max-width: 992px){
	.part-one{
		flex-direction: column
	}
	.part-one .igszj,.part-one .igsgg{
		width:100%;
	}
	.part-one .igsgg{
		margin-top:50px;
	}
	.part-two{
		flex-direction: column
	}
	.part-two .ixhbj,.part-two .ixhjs{
		width:100%;
	}
	.part-three{
		flex-direction: column
	}
	.part-three .icgxx,.part-three .ixsxx{
		width:100%;
	}
	.inav .inav-con li:nth-child(1) p{
		font-size:16px !important;
	}
	.inav .inav-con{
		flex-direction:column;
	}
	.inav .inav-con li:nth-child(2){
		flex-direction:row;
	}
	.inav .inav-con li:nth-child(2) p{
		font-size:12px;
		padding:0 5px;
	}
	.inew{
		background-size:cover;
	}
	.inew ul li p:nth-child(4){
		font-size:12px;
	}
}
@media screen and (max-width: 609px){
	.bigBox ul li{
		font-size:12px;
		padding:0;
	}
}
@media screen and (max-width: 500px){
	.part-two .ixhbj .swiper-slide p{
		font-size:12px;
	}
	.part-two .ixhbj .swiper-slide h5{
		font-size:12px;
	}
	.inew ul{
		flex-wrap:wrap;
	}
	.inew ul li{
		width:100%;
		margin-top:10px;
	}
}